home *** CD-ROM | disk | FTP | other *** search
/ Cre@te Online 2000 December / Cre@teOnline CD05.iso / MacSoft / XML Authority.sea / XML Authority / Required / Samples / GCAPapers / README.TXT < prev   
Encoding:
Text File  |  2000-05-03  |  1.6 KB  |  45 lines  |  [TEXT/ttxt]

  1.  
  2. Collected in this package are the DTD and external entity sets
  3. for a Markup Technologies paper, in an XML version. Any conference
  4. papers submitted for consideration for Markup Technologies '99
  5. should be marked up in conformance with this DTD, or with the
  6. SGML version of the DTD, available at
  7. http://www.mulberrytech.com/MT99/mtsgml.dtd.
  8.  
  9. The DTD is heavily commented. Please read these comments carefully;
  10. they should answer most user questions on the DTD and on creating
  11. documents according to it. If you have any questions about
  12. tag usage or expected behaviors of tagged structures, they may
  13. be sent to mt99@mulberrytech.com.
  14.  
  15. An XML instance of an MT paper should validate against this DTD
  16. if all files are placed together in a subdirectory, and if your
  17. instance includes the declaration:
  18.  
  19. <!DOCTYPE mtpaper PUBLIC
  20.   "-//GCA//DTD MTPAPER.DTD 19990330 XML Vers 1.1//EN"
  21.   "mtpaper.xml.dtd">
  22.  
  23. or simply
  24.  
  25. <!DOCTYPE mtpaper SYSTEM "mtpaper.xml.dtd">
  26. [include a pathname to the file as necessary]
  27.  
  28. This installation has been tested using James Clark's NSGMLS processor
  29. (with the -wxml switch) and IBM's XML4J package (version 2.0).
  30. Since XML editing systems are diverse and still not mature, we cannot
  31. provide support for editing tools. We would, however, be interested
  32. in any feedback that could help us to refine this implementation in
  33. the future: send comments to mt99@mulberrytech.com.
  34.  
  35. Files in this distribution:
  36.   ISOdia.pen      [ISO entity file]
  37.   ISOgrk3.pen       "
  38.   ISOlat1.pen       "
  39.   ISOlat2.pen       "
  40.   ISOnum.pen        "
  41.   ISOpub.pen        "
  42.   ISOtech.pen       "
  43.   mtpaper.xml.dtd  [the DTD]
  44.   empty.mt.xml    [a blank, valid instance]
  45.